home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  181 b   |  11 lines

  1. stop();
  2. btReset.onRelease = function()
  3. {
  4.    btReset._visible = false;
  5.    gotoAndPlay(1);
  6. };
  7. btLink.onRelease = function()
  8. {
  9.    getUrl("http://www.gamedesign.jp/", "");
  10. };
  11.